C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / ShowPlaceholders Property

In This Topic
ShowPlaceholders Property (TransposedGrid<T>)
In This Topic
Gets or sets a value that determines whether the grid should use the column headers as placeholders when editing cells. This property only works with the grid's built-in editor. This property is not useful in IE.
Syntax
'Declaration
 
Public Overridable Property ShowPlaceholders As Boolean
 
See Also